home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1686 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  912 b 

  1. Path: berlin.infomatch.com!usenet
  2. From: edwint@infomatch.com (Edwin Tam)
  3. Newsgroups: comp.lang.c++
  4. Subject: C++  Vs. C  & Efficiency
  5. Date: 12 Jan 1996 09:34:03 GMT
  6. Organization: Vancouverites
  7. Message-ID: <4d59ub$pfg@berlin.infomatch.com>
  8. NNTP-Posting-Host: 199.60.99.83
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.6
  12.  
  13. Hello,
  14.  
  15. I have recently become proficient in C++ programming and was wondering about
  16. the advantages of C++ vs C. One thing that has always sorta bugged me though
  17. the question of the extra overhead required by C++ ( compiler wise ).
  18. It seems as if every C++ programmer wants to 'object'ize every thing without
  19. considering the overhead incurred by objects.
  20.  
  21. Has anyone got any opinions or idea of the overhead imposed by C++?? 
  22. A simple ponder : For every object instance, every variable of that class is 
  23. duplicated... even if its not required. 
  24.  
  25. Edwin
  26.  
  27.